home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-12-05 | 2.0 KB | 95 lines | [TEXT/ttxt] |
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #ifndef __MacAppTypes__
- #include "MacAppTypes.r"
- #endif
-
- #ifndef __ViewTypes__
- #include "ViewTypes.r"
- #endif
-
- #if qDebug
- include "Debug.rsrc";
- #endif
-
- include "MacApp.rsrc";
- include "Printing.rsrc";
-
- include "Cicn" 'CODE';
-
- include "Cicn.rsrc"; // ICON 1000
-
-
-
- #define cConvert 3001 // normal menu
- #define cConvertMsg 3101 // buzzwords menu
- #define cICNN 4001 // save ICON#
- #define cicl4 4002 // save icsl4
- #define cicl8 4003 // save icsl8
- #define cics 4004 // save ics#
- #define cics4 4005 // save ics4
- #define cics8 4006 // save ics8
-
- include "Defaults.rsrc" 'SIZE' (-1); // default = 534, 246; 384, 96
-
- //=====================================================================
- include "Defaults.rsrc" 'cmnu' (mApple);
- include "Defaults.rsrc" 'cmnu' (mEdit);
-
- resource 'cmnu' (2) {
- 2,
- textMenuProc,
- 0x7FFFFFFF,
- enabled,
- "File",
- { "Open", noIcon, "O", noMark, plain, cOpen;
- "Explode Cicns", noIcon, "S", noMark, plain, cConvert;
- "-", noIcon, noKey, noMark, plain, nocommand;
- "Close", noIcon, "W", noMark, plain, cClose;
- "-", noIcon, noKey, noMark, plain, nocommand;
- "Page Setup", noIcon, noKey, noMark, plain, cPageSetup;
- "Print", noIcon, "P", noMark, plain, cPrint;
- "-", noIcon, noKey, noMark, plain, nocommand;
- "Quit", noIcon, "Q", noMark, plain, cQuit;
-
- }
- };
-
- resource 'cmnu' (4) {
- 4,
- textMenuProc,
- 0x7FFFFFFF,
- enabled,
- "Resources",
- { "ICN#", noIcon, noKey, check, plain, cICNN;
- "icl4", noIcon, nokey, check, plain, cicl4;
- "icl8", noIcon, noKey, check, plain, cicl8;
- "ics#", noIcon, nokey, check, plain, cics;
- "ics4", noIcon, noKey, check, plain, cics4;
- "ics8", noIcon, noKey, check, plain, cics8;
-
- }
- };
- resource 'MBAR' (kMBarDisplayed,
- #if qNames
- "Calc",
- #endif
- purgeable) {
- {mApple; 2; mEdit; 4;}
- };
-
- //=====================================================================
- resource 'cmnu' (128) {
- 128,
- textMenuProc,
- allEnabled,
- enabled,
- "Buzzwords",
- {
- "Conversion", noIcon, noKey, noMark, plain, cConvertMsg;
- }
- };
-
-